projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f77239
)
Add some padding in tool buttons
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 23 Feb 2010 15:30:23 +0000
(10:30 -0500)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:56:20 +0000
(20:56 -0400)
The default value of the icon-spacing style property was 0, which
is just not good. Themes are of course free to change this anyway.
Bug 610381.
gtk/gtktoolbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbutton.c
b/gtk/gtktoolbutton.c
index 74fe78a9b193243e2329a39c21774920029daa55..a0e16b98edf1db60cdd7a79c3a6cc95b46c227ff 100644
(file)
--- a/
gtk/gtktoolbutton.c
+++ b/
gtk/gtktoolbutton.c
@@
-264,7
+264,7
@@
gtk_tool_button_class_init (GtkToolButtonClass *klass)
P_("Spacing in pixels between the icon and label"),
0,
G_MAXINT,
-
0
,
+
3
,
GTK_PARAM_READWRITE));
/**